- メイン画像
![メイン画像 工務店画像1]()
- サブ画像1
![サブ画像 工務店画像2]()
- サブ画像2
![サブ画像 工務店画像3]()
会社情報
<%include file="sogokan_builder.html"/>
事例
<% posts = AT.GetPostsByKey('house',str(post.key)) %>
%for contents in posts:
${contents.title}
${contents.GetImageTag('mainpic','320x200')}
%endfor
イベント
<% posts = AT.GetPostsByKey('event',str(post.key)) %>
%for contents in posts:
${contents.title}
%endfor
カタログ
<% posts = AT.GetPostsByKey('catalog',str(post.key)) %>
%for contents in posts:
${contents.title}
${contents.GetImageTag('catalog_pic1','320x200')}
${contents.GetField('catalog_copy')}
%endfor
<%include file="sogokan_bigfooter.html"/>